(.SUFFIXES): New target, include .elc .el.
authorAndrew Innes <andrewi@gnu.org>
Fri, 24 Nov 2000 16:26:43 +0000 (16:26 +0000)
committerAndrew Innes <andrewi@gnu.org>
Fri, 24 Nov 2000 16:26:43 +0000 (16:26 +0000)
leim/makefile.nt
leim/makefile.w32-in

index 9d3a1e46637543749124aed5faa540266867a4b4..39195ff1e5599c97c27efb79ec479fe7bc4506d8 100644 (file)
@@ -146,6 +146,8 @@ $(TIT): $(SUBDIRS)
        $(RUN_EMACS)  -l $(buildlisppath)/international/quail \
            -f batch-byte-compile $(TIT)
 
+.SUFFIXES: .elc .el
+
 .el.elc:
        set EMACSLOADPATH=$(buildlisppath)
        $(RUN_EMACS) -f batch-byte-compile $<
index 2cdf38f07402b0f5eacdf41866c26cbca9bb427a..3b621924364c7180557ca763b6cf9df1d1523edb 100644 (file)
@@ -141,6 +141,8 @@ $(TIT):     $(SUBDIRS)
        $(SETLOADPATH) $(RUN_EMACS)  -l $(buildlisppath)/international/quail \\r
            -f batch-byte-compile $(TIT:.elc=.el)\r
 \r
+.SUFFIXES: .elc .el\r
+\r
 .el.elc:\r
        set EMACSLOADPATH=$(buildlisppath)\r
        $(SETLOADPATH) $(RUN_EMACS) -f batch-byte-compile $<\r